Is testable code actually more stable? [closed]

Posted by Xodarap on Programmers See other posts from Programmers or by Xodarap
Published on 2012-11-28T22:35:47Z Indexed on 2012/11/30 17:19 UTC
Read the original article Hit count: 146

Filed under:
|

A google scholar search turns up numerous papers on testability, including models for computing testability, recommendations for how ones code can be more testable, etc.

They all come with the assertion that more testable code is more stable, however I can't find any studies which actually demonstrate this.

I tried looking for studies evaluating the effect of testable code vs. quality, however the closest I can find is Improving the Testability of Object Oriented Systems, which discusses the relationship between design flaws and testability.

Is testable code is actually more stable? And why, or why not?

Please back up your answers with references or evidence to back up your claim.

© Programmers or respective owner

Related posts about testing

Related posts about evidence-based